home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
oper_sys
/
presto
/
prest1_0.lha
/
Tests
/
sos
/
README
< prev
next >
Wrap
Text File
|
1991-12-11
|
455b
|
17 lines
This is a C++/Presto program to solve the sum-of-subsets problem
using a parallel version of the backtracking algorithm described
in Horowitz and Sahni.
-a enable processor affinity (on a Sequent Symmetry only)
-q<num> Set preemption quantum (default no time slicing)
-v Print all solutions in gory detail
-t<num> Set number of threads (default 4)
-n<num> Set number of processors to use (default 4)
-s<num> Set desired sum value